SIGILL
From Cppreference
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||
| Utilities library | ||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||
| Program support utilities | ||||||||||||||||||||||||||||||||||||||||||
| Template:cpp/utility/program/sidebar content | ||||||||||||||||||||||||||||||||||||||||||
| Defined in header
<csignal> | ||
| #define SIGILL /*implementation defined*/
| ||
The SIGILL macro expands into an integral expression, defining a signal number. This signal represents invalid program image, such as invalid instruction.
See also
| sets a signal handler for particular signal (function) | |
| runs the signal handler for particular signal (function) | |